Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chalkline

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chalkline

chalkline draws a horizontal line in your console to help you easily debug and see what you're looking for

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
996
decreased by-4.41%
Maintainers
1
Weekly downloads
 
Created
Source

MIT License Unicorn Approved

Draw a big chalkline in your terminal!

chalkline screenshot

Install

npm install --save chalkline

Usage

Chalkline extends the chalk package, so you can log any color line to the console.

var cl = require('chalkline');

cl.green();
cl.blue.bgMagenta();
cl.white();
cl.bgYellow.red();

Colors and Background colors

Please see chalk's colors for a list of supported colors and background colors for your chalklines.

License

MIT

Keywords

FAQs

Package last updated on 16 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc